'DeclarationPublic Overloads Function NotBeOfType( _ ByVal unexpectedType As Type, _ Optional ByVal because As String, _ ByVal ParamArray becauseArgs() As Object _ ) As FluentAssertions.AndConstraint(Of TAssertions)
'UsageDim instance As FileSystemItemAssertions Dim unexpectedType As Type Dim because As String Dim becauseArgs() As Object Dim value As FluentAssertions.AndConstraint(Of TAssertions) value = instance.NotBeOfType(unexpectedType, because, becauseArgs)
public FluentAssertions.AndConstraint<TAssertions> NotBeOfType( Type unexpectedType, string because, params object[] becauseArgs )
Parameters
- unexpectedType
- because
- becauseArgs